home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / wings / w2_src / font_sub.h < prev    next >
Text File  |  1994-11-16  |  224b  |  6 lines

  1. #define    iskanji(c) ( ( 0x81<=c && c<=0x9f ) || ( 0xe0<=c && c<=0xfc ) )
  2.  
  3. void    font_10( char *, int, int, int, int, int );
  4. void    font_16( char *, int, int, int, int, int );
  5. void    font_mix( char *, int, int, char *, int );
  6.